Auto merge of #3692 - malbarbo:test-args, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 14 Feb 2017 03:03:16 +0000 (03:03 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Feb 2017 03:03:16 +0000 (03:03 +0000)
Pass multiples --test-args to the tester

Like --cfg, --test-args accept multiple matches, we should use it and
avoid some unexpected behavior joinning the arguments with space.


Trivial merge